home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_38545.txt < prev    next >
Text File  |  1990-08-24  |  1KB  |  61 lines

  1. -- card: 38545 from stack: in.0
  2. -- bmap block id: 55539
  3. -- flags: 0000
  4. -- background id: 36773
  5. -- name: resizing WINDOWS
  6. ----- HyperTalk script -----
  7. on idle
  8.   if the commandKey is down and the shiftKey is down then
  9.     hide btn "mask"
  10.   else
  11.     show btn "mask"
  12.   end if
  13. end idle
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 01
  18. -- high flags: 0000
  19. -- rect: left=123 top=269 right=287 bottom=339
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 9
  25. -- style flags: 0
  26. -- line height: 12
  27. -- part name: 
  28.  
  29.  
  30. -- part 3 (button)
  31. -- low flags: 00
  32. -- high flags: 0001
  33. -- rect: left=403 top=298 right=317 bottom=423
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: mask
  42.  
  43.  
  44. -- part contents for background part 5
  45. ----- text -----
  46.  
  47. HyperCard‚Äôs windows are resizable: they can display an area as large as the current card, or as small as the smallest card size (64-by-64 pixels). You cannot make windows that are larger than the current card.
  48.  
  49. HyperCard‚Äôs windows don‚Äôt normally display their size boxes; command-shift-E makes the size box appear.
  50.  
  51. Window size can also be set by scripts:
  52.  
  53.  
  54.  
  55. -- part contents for background part 6
  56. ----- text -----
  57. RESIZING WINDOWS
  58.  
  59. -- part contents for card part 1
  60. ----- text -----
  61.   set rect of cd window "Help" to "0,0,64,64"